Skip to content

feat(web): add force password change redirect page - #125

Closed
hexaforce wants to merge 2 commits into
mainfrom
feat/force-password-change-page
Closed

feat(web): add force password change redirect page#125
hexaforce wants to merge 2 commits into
mainfrom
feat/force-password-change-page

Conversation

@hexaforce

@hexaforce hexaforce commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add /auth/force-password-change route for the password change flow after Auth0 migration
  • When redirected from an Auth0 Post-Login Action, preserves the session state while forwarding to Auth0's password change page, then resumes the login flow after completion
  • Users only need to log in once to complete both password change and authentication

Related PR

  • eukarya-inc/reearth-cloud#283 - Batch job to set password change tickets on Auth0 users

Test plan

  • Verify accessing /auth/force-password-change?ticket=<url>&state=<state> redirects to the ticket URL
  • Verify after password change, user is redirected to Auth0's /continue and login completes
  • Verify accessing without parameters falls back to /

🤖 Generated with Claude Code

Add /auth/force-password-change route that handles the redirect flow
for Auth0 password change during login. The page preserves the Auth0
session state across the password change flow so users only need to
log in once.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@hexaforce
hexaforce requested a review from rot1024 as a code owner February 16, 2026 06:14
@hexaforce hexaforce closed this Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant